home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000185_news@columbia.edu_Sun Aug 19 04:14:39 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA26675
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 19 Aug 1995 07:00:31 -0400
  3. Received: by apakabar.cc.columbia.edu id AA10769
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 19 Aug 1995 07:00:30 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!newshost.marcam.com!usc!nic-nac.CSU.net!cello.gina.calstate.edu!cello.gina.calstate.edu!not-for-mail
  6. From: sclaass@cello.gina.calstate.edu (Stephen N. Claassen)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: 7bit transfer of binary files
  9. Date: 18 Aug 1995 21:14:39 -0700
  10. Organization: GINA and CORE+ Services of The California State University
  11. Lines: 21
  12. Message-Id: <413off$7i8@cello.gina.calstate.edu>
  13. References: <BpCgDQn.andersonmb@delphi.com>
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. Mike Anderson (andersonmb@delphi.com) wrote:
  18. : I have access to Internet by means of a 7 bit line only.  I understand
  19. : that it is possible to use Kermit to transmit binary files using 
  20. : 7 bits.  Can anyone help me set up my Kermit parameters to do this.
  21. --
  22. Kermit on the pc that originates the failed transfers is probably trying
  23. to send the files as binaries.  Make sure your files are truly 7-bit 
  24. ascii files.  Uuencode the files if you can't determine this directly 
  25. because binary files will not transfer over over a 7-bit connection 
  26. without some kind of translation.
  27. Don't worry about changing your data byte size.  If you can maintain a
  28. connection at all, your 7/8 bit setting is fine.  Depending on what kermit
  29. flavor you're running, set the default file type to ascii or text.  That 
  30. option may be in your startup script, on a pull-down menu, or...8:) 
  31. --
  32. steve claassen
  33. -------------------------------
  34. sclaass@cello.gina.calstate.edu
  35. the opinions i express are my own and in no way do my opinions
  36. represent the views of my employer (or anyone else for that matter).
  37.